home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / µSim 1.0.5 / source / VersUSA.r < prev   
Encoding:
Text File  |  1995-11-22  |  168 b   |  15 lines  |  [TEXT/CWIE]

  1. #define SystemSevenOrLater 1
  2.  
  3. #include "SysTypes.r"
  4.  
  5. resource 'vers' (2, purgeable) {
  6.     0x1,
  7.     0x05,
  8.     release,
  9.     0,
  10.     verUS,
  11.     "1.0.5",
  12.     "µArchitecture Simulator 1.0.5"
  13. };
  14.  
  15.